UCF STIG Viewer Logo

All skeleton files (typically those in /etc/skel) must have mode 0644 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-788 GEN001800 SV-63879r1_rule ECLP-1 Medium
Description
If the skeleton files are not protected, unauthorized personnel could change user startup parameters and possibly jeopardize user files.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2015-03-26

Details

Check Text ( C-52415r1_chk )
Check skeleton files permissions.
# ls -alL /etc/skel
If a skeleton file has a mode more permissive than 0644, this is a finding.
Fix Text (F-54451r2_fix)
Change the mode of skeleton files with incorrect mode:
# chmod 0644